home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / We-Blocker / weblock.exe / WebSafe.exe / 0 / RCDATA / TFORGOTPASSFORM / TFORGOTPASSFORM.txt < prev   
Encoding:
Text File  |  2000-06-22  |  1.2 KB  |  58 lines

  1. object forgotPassform: TforgotPassform
  2.   Left = 487
  3.   Top = 402
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Forgot Password'
  7.   ClientHeight = 131
  8.   ClientWidth = 277
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 24
  23.     Top = 18
  24.     Width = 241
  25.     Height = 20
  26.     AutoSize = False
  27.     Caption = 'Label1'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Edit1: TEdit
  36.     Left = 16
  37.     Top = 52
  38.     Width = 247
  39.     Height = 24
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 0
  47.   end
  48.   object Button1: TButton
  49.     Left = 196
  50.     Top = 88
  51.     Width = 67
  52.     Height = 31
  53.     Caption = 'OK'
  54.     TabOrder = 1
  55.     OnClick = Button1Click
  56.   end
  57. end
  58.